home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / xsharp21.zip / MAKEFILE < prev    next >
Text File  |  1992-06-27  |  479b  |  16 lines

  1. # Make file for 3D cube rotation example, with backface
  2. # removal and user translation & rotation control.
  3.  
  4. .c.obj:
  5.    bcc -c $<
  6.  
  7. .asm.obj:
  8.    tasm -ml -zi $*
  9.  
  10. demo1.exe: demo1.obj approt.obj initfix.obj moveobj.obj drawpobj.obj \
  11.    draw.obj fillcnvx.obj scan.obj mode.obj showpage.obj \
  12.    fillrect.obj fixed.obj initball.obj olist.obj xfproj.obj globals.obj \
  13.    color.obj initpal.obj lighting.obj initligh.obj drawtexp.obj \
  14.    drawtex.obj
  15.    tlink @linkresp
  16.